home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / washing.swf / scripts / frame_64 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  253 b   |  14 lines

  1. var _l4 = 0;
  2. while(_l4 < Row)
  3. {
  4.    var _l2 = 0;
  5.    while(_l2 < Col)
  6.    {
  7.       depth = _l4 * Col + _l2;
  8.       box_mc["block_mc" + depth].removeMovieClip();
  9.       _l2++;
  10.    }
  11.    box_mc["butterfly_mc100" + _l4].removeMovieClip();
  12.    _l4++;
  13. }
  14.